home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / DeScratch.xml < prev    next >
Extensible Markup Language  |  2004-08-17  |  4KB  |  71 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="DeScratch">
  4.   <description />
  5.   <filters>
  6.     <filter name="DeScratch" category="Broadcast Video Plugins" helpfile="desratch" type="clip">
  7.       <description>This plugin removes vertical scratches from films.</description>
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="mindif" type="int" default="5" max="255" min="1" step="1" optional="True" paramList="False">
  17.           <description>minimal difference of pixel value in scratch from neighbours pixels for luma plane</description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="maxgap" type="int" default="3" max="255" min="0" step="1" optional="True" paramList="False">
  21.           <description>maximal vertical gap to be closed</description>
  22.           <items />
  23.         </parameter>
  24.         <parameter name="maxwidth" type="int" default="3" max="0" min="0" step="0" optional="True" paramList="False">
  25.           <description>maximal scratch width</description>
  26.           <items />
  27.         </parameter>
  28.         <parameter name="minlen" type="int" default="100" max="0" min="0" step="0" optional="True" paramList="False">
  29.           <description>minimal scratch length</description>
  30.           <items />
  31.         </parameter>
  32.         <parameter name="maxangle" type="int" default="5" max="0" min="0" step="0" optional="True" paramList="False">
  33.           <description>maximal angle to vertical</description>
  34.           <items />
  35.         </parameter>
  36.         <parameter name="blurlen" type="int" default="15" max="0" min="0" step="0" optional="True" paramList="False">
  37.           <description>radius of vertical blur for frame analysis</description>
  38.           <items />
  39.         </parameter>
  40.         <parameter name="keep" type="int" default="100" max="0" min="0" step="0" optional="True" paramList="False">
  41.           <description>percent of scratch detail to keep</description>
  42.           <items />
  43.         </parameter>
  44.         <parameter name="border" type="int" default="2" max="0" min="0" step="0" optional="True" paramList="False">
  45.           <description>thickness of border near scratch for partial restoration</description>
  46.           <items />
  47.         </parameter>
  48.         <parameter name="modeY" type="int" default="1" max="0" min="0" step="0" optional="True" paramList="False">
  49.           <description>processing mode for luma plane (0 - no, 1 - low(black), 2 - high(white), 3 - both)</description>
  50.           <items />
  51.         </parameter>
  52.         <parameter name="modeU" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  53.           <description>processing mode for chroma U plane (0 - no, 1 - low(green), 2 - high(red), 3 - both)</description>
  54.           <items />
  55.         </parameter>
  56.         <parameter name="modeV" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  57.           <description>processing mode for chroma V plane (0 - no, 1 - low(yellow), 2 - high(blue), 3 - both)</description>
  58.           <items />
  59.         </parameter>
  60.         <parameter name="mindifUV" type="int" default="0" max="255" min="0" step="1" optional="True" paramList="False">
  61.           <description>minimal difference of pixel value in scratch from neighbours pixels for chroma planes. if = 0, then internal mindifUV value is same as mindif.</description>
  62.           <items />
  63.         </parameter>
  64.         <parameter name="mark" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  65.           <description>mark scratch in debug mode. (set rejected extrems pixels to grey, set scratches pixels to white or black)</description>
  66.           <items />
  67.         </parameter>
  68.       </parameters>
  69.     </filter>
  70.   </filters>
  71. </plugin>